.swiper-button-next {
	background: url(../images/index/next.png) no-repeat center;
}

.swiper-button-prev {
	background: url(../images/index/prev.png) no-repeat center;
}

.sec1 {
	padding: 40px 0;
	background: #efefef url(../images/index/about_bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 0;
}

.sec1 .title h2,.sec1 .title p {
 color:#fff
}
.sec1 .title span {
	background:#fff
}

.sec1 .fl {
	width: 20%;
	background: #0095eb;
	padding-bottom: 20px;
	border-radius: 5px;
}

.sec1 .fl .titl {
	color: #fff;
	padding: 15px 0 0 12px;
}

.sec1 .fl .titl h2 {
	font-size: 28px;
	font-weight: 500;
	padding-left: 50px;
	background: url(../images/index/icon5.png) no-repeat left center;
	background-size: 40px;
}

.sec1 .fl ul {
	padding: 10px;
}

.sec1 .fl li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 43px;
	padding-left: 20px;
	border-radius: 3px;
	background: #fff url(../images/common/jt2.png) no-repeat right 8px center;
	background-size: 25px;
	margin-top: 10px;
}

.sec1 .fl li:hover a {
	border-left: 5px solid #f26b2f;
	background-image: url(../images/common/jt2-1.png);
}

.sec1 .fr {
	width: 78%;
}

.sec1 .fr li {
	width: 33.33%;
	float: left;
	padding: 15px 10px;
	box-sizing: border-box;
}

.sec1 .fr li a {
	display: block;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sec1 .fr li .pho {
	margin: 10px;
	overflow: hidden;
}

.sec1 .fr li .pho img {
	transition: 0.3s;
}

.sec1 .fr li:hover .pho img {
	transform: scale(1.1);
}

.sec1 .fr li .text {
	text-align: center;
	padding: 0px 0 15px;
}

.sec1 .fr li .text h3 {
	font-size: 18px;
	color: #0095eb;
	line-height: 24px;
}

.sec1 .fr li .text p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
}

.sec1 .fr li .text span {
	display: block;
	width: 45%;
	padding: 2% 0;
	background: #0095eb;
	color: #fff;
	margin: 5px auto 0;
	border-radius: 21px;
	font-size: 14px;
}

.more a {
	display: block;
	width: 12%;
	padding: 0.7% 0;
	font-size: 14px;
	text-align: center;
	background: linear-gradient(#34aff6, #0095eb);
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	border-radius: 4px;
}

.sec3 {
	overflow: hidden;
	background: #0095eb;
	color: #fff;
	margin-top: 30px;
}

.sec3 .fl {
	width: 60%;
	padding: 1% 5% 0 15%;
	box-sizing: border-box;
}

.sec3 .fl h3 {
	font-size: 30px;
}

.sec3 .fl h3 span {
	font-size: 26px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
}

.sec3 .fl span.line {
	display: block;
	width: 60px;
	height: 4px;
	background: #fff;
	margin: 5px 0;
}

.sec3 .fl p.en {
	font-size: 14px;
	line-height: 36px;
	opacity: 0.8;
	text-transform: uppercase;
}

.sec3 .fl p.text {
	font-size: 15px;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	text-indent:2em
}

.sec3 .fl a.more {
	display: block;
	width: 100px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	color: #0095eb;
	background: #fff;
}

.sec3 .fl li {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 30px;
	color: #fff;
}

.sec3 .fl li span {
	display: block;
	width: 48px;
	margin: 0 auto 5px;
}

.sec3 .fl li strong {
	line-height: 40px;
	font-size: 30px;
}

.sec3 .fl li p {
	font-size: 15px;
	line-height: 30px;
}

.sec3 .fr {
	width: 40%;
}

.sec4 .list {
	padding: 15px 0;
	text-align: center;
}

.sec4 .list li {
	display: inline-block;
	margin: 0 8px;
}

.sec4 .list li a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	border: 1px solid #dedede;
}

.sec4 .list li:hover a, .sec4 .list li.on a {
	border-color: #f26b2f;
	color: #fff;
	background: #f26b2f;
}

.sec4 .swiper-container {
	margin: 10px 30px 0;
	padding-bottom: 40px;
}

.sec4 .swiper-pagination {
	bottom: 0px;
}

.sec4 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #e6e6e6;
}

.sec4 .swiper-pagination-bullet-active {
	background: #f26b2f;
}

.sec4 .swiper-container .swiper-slide {
	display: block;
	overflow: hidden;
	background:#0095eb;
}

.sec4 .swiper-container .pho {
	width: 45%;
}

.sec4 .swiper-container .text {
	width: 55%;
	position: relative;
	color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}

.sec4 .swiper-container .text:before {
	content: "";
	width: 15px;
	height: 25px;
	position: absolute;
	left: -15px;
	top: 10%;
	background: url(../images/index/sj1.png) no-repeat center;
	background-size: cover;
	z-index: 100;
}

.sec4 .swiper-container .text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5%;
}

.sec4 .swiper-container .text li {
	width: 16.66%;
	padding: 10px 8px;
	box-sizing: border-box;
	float: left;
}

.sec4 .swiper-container .text li a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.sec4 .swiper-container .text li span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/index/icon7.png) no-repeat top center;
	background-size: cover;
}

.sec4 .swiper-container .text li p {
	font-size: 15px;
	margin-bottom: 8px;
	color: #fff;
}

.sec4 .swiper-container .text li.on a {
	background: linear-gradient(#fb834e, #f26b2f);
	border-color: #fb834e;
}

.sec4 .swiper-container .text li:nth-child(2) span {
	background-image: url(../images/index/icon8.png);
}

.sec4 .swiper-container .text li:nth-child(3) span {
	background-image: url(../images/index/icon9.png);
}

.sec4 .swiper-container .text li:nth-child(4) span {
	background-image: url(../images/index/icon10.png);
}

.sec4 .swiper-container .text li:nth-child(5) span {
	background-image: url(../images/index/icon11.png);
}

.sec4 .swiper-container .text li:nth-child(6) span {
	background-image: url(../images/index/icon11-1.png);
}

.sec4 .swiper-container .text p.inf {
	line-height: 30px;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
	margin: 30px 0;
}

.sec4 .swiper-container .text a.xq {
	display: block;
	width: 100px;
	line-height: 30px;
	background: #fff;
	color: #0095eb;
	text-align: center;
	border-radius: 3px;
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}

.sec5 li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sec5 li h4 {
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	text-align: center;
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #efefef;
}

.sec5 li .text {
	position: absolute;
	left: 0;
	right: 0;
	top: -120%;
	height: 100%;
	z-index: 100;
	background: rgba(242, 107, 47, .95);
	text-align: center;
	color: #fff;
	padding: 10px;
	transition: 0.3s;
}

.sec5 li .text span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 12px auto 8px;
	background: url(../images/index/icon5.png) no-repeat center;
	background-size: cover;
}

.sec5 li .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.sec5 li .text p {
	font-size: 14px;
	line-height: 28px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	transition: 0.3s;
}

.sec5 li:hover h4 {
	transform: translateY(40px);
}

.sec5 li:hover .text {
	top: 0
}

.sec6 {
	padding-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
	background: url(../images/index/bg1.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sec6 .title h2, .sec6 .title p {
	color: #fff;
}

.sec6 .title span {
	background: #fff;
}

.sec6 ul {
	margin-top: 20px;
}

.sec6 li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.sec6 li a {
	display: block;
	border: 1px solid #fff;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
}

.sec6 li .pho {
	position: relative;
}

.sec6 li .pho span {
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/index/open.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -28px 0 0 -28px;
}

.sec6 li h4 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 6px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.sec6 li b {
	display: block;
	position: absolute;
	z-index: 100;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #f26b2f;
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
}

.sec6 .more a {
	background: #fff;
	color: #545454;
	margin-top: 30px;
}

.sec2 .slider {
	padding: 30px 0;
}

.sec2 .image {
	text-align: center;
	position: relative;
	margin: 0 6%;
}



.sec2 .image p {
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.sec2 .image .pho {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

.sec2 .image .pho img {
	transition: 0.3s;
	
transform:inherit;
-webkit-transform:inherit
}

.sec2 .image:hover .pho img {
	transform: scale(1.1);
}

.sec7 {
	background: url(../images/index/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 60px;
}

.sec7 .container {
	background: rgba(255, 255, 255, 1);
	padding: 20px;
	box-sizing: border-box;
}

.sec7 .container .fl {
	width: 63%;
}

.sec7 .container .titl {
	margin-bottom: 10px;
	border-bottom: 4px solid #dedede;
}

.sec7 .container .titl h3 {
	font-size: 24px;
	font-weight: 500;
	color: #0095eb;
	float: left;
	line-height: 40px;
}

.sec7 .container .titl h3 span {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}

.sec7 .container .titl ul {
	float: right
}

.sec7 .container .titl ul li {
	display: inline-block;
	margin-left: 12px;
}

.sec7 .container .titl ul li a {
	display: block;
	line-height: 30px;
	font-size: 16px;
	padding: 0 10px;
	color: #333;
	margin-top: 5px;
}

.sec7 .container .titl ul li.on a {
	background: #0095eb;
	color: #fff;
	border-radius: 4px;
}

.sec7 .container .fl .comBox a {
	display: block;
	overflow: hidden;
	padding: 0 10px 10px;
	border-bottom: 1px dashed #dedede;
}

.sec7 .container .fl .comBox .pho {
	width: 30%;
	float: left;
}

.sec7 .container .fl .comBox .text {
	margin-left: 32%;
}

.sec7 .container .fl .comBox .text h3 {
	font-size: 16px;
	line-height: 30px;
	background: url(../images/index/icon6.png) no-repeat right 10px center;
	background-size: 30px;
	transition: 0.3s;
}

.sec7 .container .fl .comBox:hover .text h3 {
	background-position: right 0 center;
}

.sec7 .container .fl .comBox .text p {
	line-height: 25px;
	font-size: 14px;
	height: 75px;
	overflow: hidden;
}

.sec7 .container .fl .comBox .text span {
	display: block;
	float: right;
	width: 100px;
	line-height: 30px;
	color: #fff;
	background: #f26b2f;
	text-align: center;
	border-radius: 4px;
	margin-top: 5px;
}

.sec7 .container .fl .ul1 li {
	width: 50%;
	float: left;
	padding: 8px;
	box-sizing: border-box;
}

.sec7 .container .fl .ul1 li a {
	display: block;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
}

.sec7 .container .fl li a .time {
	width: 65px;
	float: left;
	border-right: 2px solid #efefef;
}

.sec7 .container .fl li a .time span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.sec7 .container .fl li a .tex {
	margin-left: 75px;
}

.sec7 .container .fl li a .tex h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	color: #444;
}

.sec7 .container .fl li:hover a .tex h3 {
	color: #0095eb;
}

.sec7 .container .fl li a .tex p {
	line-height: 25px;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.sec7 .container .fr {
	width: 33%;
}

.sec7 .container .fr dl {
	border-bottom: 1px solid #dedede;
	padding: 8px 4px;
	overflow: hidden;
}

.sec7 .container .fr dl a {
	display: block;
}

.sec7 .container .fr dl dt {
	width: 30%;
	float: left;
}

.sec7 .container .fr dl dd {
	margin-left: 32%;
}

.sec7 .container .fr dl dd h3 {
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}

.sec7 .container .fr dl dd p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
}

.fLink {
padding:14px 0;
color:#fff;
border-top:1px solid rgba(255,255,255,.5)
}

.fLink a {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #dedede;
color:#fff
}

@media all and (min-width: 1023px) and (max-width: 1600px) {
.sec1 .fl li a {
		line-height: 42px;
		font-size: 15px;
		margin-top: 8px;
	}
	.sec3 .fl {
		width: 50%;
		padding: 3% 2% 0 6%;
	}
	.sec3 .fr {
		width: 50%;
	}
	.sec3 .fl p.text {
		line-height: 28px;
		font-size: 15px;
		height: 115px;
	}
	.sec3 .fl li {
		margin-top: 20px;
	}
	.sec3 .fl li p {
		font-size:14px
	}
	.sec7 .container .fl .ul1 li {
		padding: 4px 6px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	.sec1 .fl {
		padding-bottom: 10px;
	}
	.sec1 .fl li a {
		line-height: 40px;
		font-size: 15px;
		margin-top: 8px;
	}
	.sec1 .fr li .text h3 {
		font-size: 16px;
	}
	.sec4 .list li a {
		line-height: 38px;
		font-size: 15px;
	}
	.sec4 .swiper-container .text {
		padding: 0 3%;
	}
	.sec4 .swiper-container .text li span {
		width: 42px;
		height: 42px;
	}
	.sec4 .swiper-container .text p.inf {
		margin: 2% 0;
	}
	.more a {
		font-size: 13px;
	}
	.sec3 .fl h3 {
		font-size: 26px;
	}
	.sec3 .fl p.en {
		line-height: 26px;
	}
	.sec3 .fl a.more {
		line-height: 26px;
		width: 90px;
		font-size: 13px;
	}
	.sec3 .fl li span {
		width: 35px;
	}
	.sec3 .fl li strong {
		font-size: 26px;
		line-height: 34px;
	}
	.sec3 .fl li p {
		font-size: 14px;
	}
	.sec3 .fl p.text {
		font-size: 14px;
		line-height: 27px;
		height: 135px;
	}
	.sec5 li .text span {
		width: 40px;
		height: 40px;
		margin: 5% auto 6px;
	}
	.sec5 li .text h3 {
		font-size: 15px;
	}
	.sec5 li .text p {
		margin-top: 0px;
	}
	.sec6 li .pho span {
		width: 48px;
		height: 48px;
	}
	.sec7 .container .titl h3 {
		font-size: 20px;
	}
	.sec7 .container .titl h3 span {
		font-size: 14px;
	}
	.sec7 .container .titl ul li a {
		font-size: 15px;
	}
	.sec7 .container .fl .comBox .text p {
		height: 50px;
	}
	.sec7 .container .fl li a .tex h3 {
		font-size: 15px;
	}
	.sec7 .container .fl .comBox .text span {
		font-size: 13px;
		line-height: 28px;
		width: 90px;
		margin-top: 12px;
	}
	.sec7 .container .fr dl dd h3 {
		font-size: 15px;
		margin-bottom: 0;
	}
	.sec7 .container .fr dl dd p {
		line-height: 24px;
		font-size: 13px;
		height: 48px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1400px) {
	.sec1 .fl li a {
		line-height: 38px;
		font-size: 14px;
		background-size: 20px;
	}
	.sec1 .fr li .text p {
		font-size: 14px;
	}
	.sec3 .fl {
		width: 55%;
		padding-top: 1%;
	}
	.sec3 .fr {
		width: 45%;
	}
	.sec3 .fl li p {
		font-size: 13px;
	}
	.sec3 .fl p.text {
		height: 108px;
		margin: 10px 0 20px;
	}
	.sec3 .fl li strong {
		font-size: 24px;
	}
	.sec4 .list li {
		margin: 0 6px;
	}
	.sec4 .list li a {
		font-size: 14px;
		padding: 0 10px;
		line-height: 0 8px;
	}
	.sec4 .swiper-container .text li p {
		font-size: 14px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1366px) {
	.sec3 .fl h3 {
		font-size: 24px;
	}
	.sec3 .fl h3 span {
		font-size: 20px;
	}
	.sec3 .fl p.text {
		margin: 10px 0;
	}
	.sec3 .fl li p {
		white-space: nowrap;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.sec1 {
		padding: 20px 0;
	}
	.sec1 .fl {
		width: 100%;
		background: none;
		padding-bottom: 0px;
		border-radius: 0;
	}
	.sec1 .fl .titl {
		display: none;
	}
	.sec1 .fl ul {
		padding: 10px;
		overflow: hidden;
	}
	.sec1 .fl li {
		width: 50%;
		float: left;
		padding: 6px;
		box-sizing: border-box;
	}
	.sec1 .fl li a {
		font-size: 14px;
		line-height: 36px;
		padding-left: 0px;
		border-radius: 3px;
		background: #0095eb;
		color: #fff;
		text-align: center;
		background-size: inherit;
		margin-top: 0px;
	}
	.sec1 .fl li:hover a {
		border-left: none;
		background-image: inherit;
	}
	.sec1 .fr {
		width: 100%;
	}
	.sec1 .fr li {
		width: 50%;
		padding: 10px 8px;
	}
	.sec1 .fr li .pho {
		margin: 6px;
	}
	.sec1 .fr li .text {
		text-align: center;
		padding: 0px 0 15px;
	}
	.sec1 .fr li .text h3 {
		font-size: 14px;
		font-weight: 500;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.sec1 .fr li .text p {
		font-size: 13px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec1 .fr li .text span {
		width: 60%;
		font-size: 13px;
	}
	.more a {
		width: 30%;
		padding: 1.5% 0;
		font-size: 13px;
		border-radius: 5px;
	}
	.sec3 {
		margin-top: 20px;
	}
	.sec3 .fl {
		width: 100%;
		padding: 5% 10px 0%;
	}
	.sec3 .fl h3 {
		font-size: 24px;
		text-align: center;
	}
	.sec3 .fl h3 span {
		font-size: 18px;
	}
	.sec3 .fl span.line {
		margin: 5px auto;
	}
	.sec3 .fl p.en {
		display: none;
	}
	.sec3 .fl p.text {
		font-size: 14px;
		line-height: 26px;
		height: inherit;
	}
	.sec3 .fl a.more {
		margin: 10px auto;
	}
	.sec3 .fl li {
		width: 50%;
		margin-top: 12px;
	}
	.sec3 .fl li span {
		width: 36px;
	}
	.sec3 .fl li strong {
		line-height: 30px;
		font-size: 25px;
	}
	.sec3 .fl li p {
		font-size: 13px;
	}
	.sec3 .fr {
		width: auto;
		margin: 10px;
	}
	.sec4 .list {
		padding: 8px 0;
	}
	.sec4 .list li {
		display: inline-block;
		margin: 5px 4px;
	}
	.sec4 .list li a {
		padding: 0 8px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.sec4 .swiper-container {
		margin: 10px 0px 0;
		padding-bottom: 40px;
	}
	.sec4 .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.sec4 .swiper-container .pho {
		width: 100%;
		height: inherit !important;
	}
	.sec4 .swiper-container .text {
		width: 100%;
		height: inherit !important;
		position: relative;
		color: #fff;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.sec4 .swiper-container .text:before {
		display: none;
	}
	.sec4 .swiper-container .text h3 {
		font-size: 16px;
		margin-bottom: 6px;
		margin-top: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec4 .swiper-container .text li {
		width: 33.33%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.sec4 .swiper-container .text li a {
		padding: 8px 0;
	}
	.sec4 .swiper-container .text li span {
		width: 40px;
		height: 40px;
	}
	.sec4 .swiper-container .text li p {
		font-size: 13px;
		margin-bottom: 5px;
		white-space: nowrap;
	}
	.sec4 .swiper-container .text p.inf {
		line-height: 26px;
		font-size: 13px;
		height: 52px;
		margin: 10px 0;
	}
	.sec4 .swiper-container .text a.xq {
		width: 90px;
		line-height: 27px;
		margin: 0 auto;
	}
	.sec5 li {
		width: 50%;
		padding: 8px;
		margin-top: 12px;
	}
	.sec5 li a {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.sec5 li h4 {
		font-size: 15px;
		line-height: 36px;
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
	}
	.sec5 li .text {
		display: none;
	}
	.sec5 li:hover h4 {
		transform: inherit;
	}
	.sec6 {
		margin-top: 20px;
	}
	.sec6 ul {
		margin-top: 20px;
	}
	.sec6 li {
		width: 50%;
		padding: 8px 8px 15px;
	}
	.sec6 li a {
		display: block;
		border: 1px solid #fff;
		padding-bottom: 20px;
		background: #fff;
		position: relative;
	}
	.sec6 li .pho {
		position: relative;
	}
	.sec6 li .pho span {
		width: 42px;
		height: 42px;
		margin: -21px 0 0 -21px;
	}
	.sec6 li h4 {
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec6 li b {
		bottom: -12.5px;
		margin-left: -12.5px;
		width: 25px;
		height: 25px;
		font-size: 20px;
		line-height: 25px;
	}
	.sec6 .more a {
		margin-top: 10px;
	}
	.sec2 .slider {
		padding: 20px 0;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.sec2 .image {
		margin: 0 10%;
	}
	.sec2 .image p {
		line-height: 36px;
		font-size: 15px;
	}
	.sec7 {
		background: url(../images/index/bg3.jpg) no-repeat center;
		background-size: cover;
		padding: 40px 0 60px;
	}
	.sec7 .container {
		width: auto;
		margin: 0 10px;
		background: rgba(255, 255, 255, 1);
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.sec7 .container .fl {
		width: 100%;
	}
	.sec7 .container .titl {
		margin-bottom: 0px;
		border-bottom: none;
	}
	.sec7 .container .titl h3 {
		font-size: 20px;
		float: inherit;
		line-height: 30px;
		border-bottom: 2px solid #efefef;
	}
	.sec7 .container .titl h3 span {
		font-size: 14px;
	}
	.sec7 .container .titl ul {
		float: inherit;
		text-align: center;
		margin: 6px 0;
	}
	.sec7 .container .titl ul li {
		display: inline-block;
		margin: 0 12px;
	}
	.sec7 .container .titl ul li a {
		font-size: 14px;
		line-height: 26px;
		margin-top: 0px;
	}
	.sec7 .container .fl .comBox a {
		padding: 10px 0px;
	}
	.sec7 .container .fl .comBox .pho {
		width: 30%;
	}
	.sec7 .container .fl .comBox .text {
		margin-left: 32%;
	}
	.sec7 .container .fl .comBox .text h3 {
		font-size: 15px;
		line-height: 26px;
		background: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec7 .container .fl .comBox .text p {
		line-height: 20px;
		font-size: 13px;
		height: 40px;
	}
	.sec7 .container .fl .comBox .text span {
		display: none
	}
	.sec7 .container .fl .ul1 li {
		width: 100%;
		float: inherit;
		padding: 3px 0;
	}
	.sec7 .container .fl li a .time {
		width: 60px;
	}
	.sec7 .container .fl li a .time span {
		font-size: 15px;
		line-height: 24px;
	}
	.sec7 .container .fl li a .tex {
		margin-left: 70px;
	}
	.sec7 .container .fl li a .tex h3 {
		font-size: 15px;
		margin-bottom: 3px;
	}
	.sec7 .container .fl li a .tex p {
		line-height: 24px;
		font-size: 13px;
		height: 24px;
	}
	.sec7 .container .fr {
		width: 100%;
		margin-top: 20px;
	}
	.sec7 .container .fr dl {
		padding: 8px 0px;
	}
	.sec7 .container .fr dl dd h3 {
		font-size: 15px;
		margin-bottom: 3px;
	}
	.sec7 .container .fr dl dd p {
		line-height: 20px;
		height: 40px;
		font-size: 13px;
	}
	.fLink h3 {
		font-size: 16px;
		line-height: 30px;
	}
}